Click or drag to resize

TimeZone Constructor (Int64, Int32)

Initializes a new instance of the TimeZone class with the specified adjustment time and offset.

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public TimeZone(
	long adjustmentTime,
	int offset
)

Parameters

adjustmentTime
Type: SystemInt64
offset
Type: SystemInt32
See Also